index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
middle
/
astencode.rs
Age
Commit message (
Expand
)
Author
Lines
2014-11-26
/*! -> //!
Steve Klabnik
-69
/
+51
2014-11-20
Refactored new CodeExtent type for improved abstraction.
Felix S. Klock II
-4
/
+16
2014-11-19
rustc: fix fallout of adding the `'tcx` lifetime to `Ty`.
Eduard Burtescu
-121
/
+142
2014-11-19
rustc: middle: rename `ty::t` to `Ty` and use it unqualified everywhere.
Eduard Burtescu
-14
/
+14
2014-11-18
Switch the code to use De Bruijn indices rather than binder-ids.
Niko Matsakis
-2
/
+2
2014-11-18
Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...
Niko Matsakis
-1
/
+1
2014-11-17
auto merge of #19027 : nick29581/rust/coercions-4, r=alexcrichton
bors
-10
/
+10
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-10
/
+10
2014-11-16
fallout from deprecating find_copy and get_copy
Alexis Beingessner
-2
/
+1
2014-11-10
Use FnvHashMap instead of HashMap in rustc
Ariel Ben-Yehuda
-2
/
+2
2014-11-07
Make TyTrait embed a `TraitRef`, so that when we extend TraitRef, it naturall...
Niko Matsakis
-19
/
+23
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-13
/
+13
2014-11-05
auto merge of #18546 : bkoropoff/rust/unboxed-closures-cross-crate, r=nick29581
bors
-8
/
+14
2014-11-03
rollup merge of #18506 : nikomatsakis/assoc-type-bounds
Alex Crichton
-3
/
+4
2014-11-03
rollup merge of #18318 : arielb1/transmute-cleanup
Alex Crichton
-33
/
+10
2014-11-03
Add a 4th space for associated types defined in a trait (currently unused)
Niko Matsakis
-1
/
+2
2014-11-03
Restructure AST so that the associated type definition carries
Niko Matsakis
-2
/
+2
2014-11-03
Clean-up transmutes in librustc
Ariel Ben-Yehuda
-33
/
+10
2014-11-02
Treat cross-crate unboxed closure def IDs consistently
Brian Koropoff
-2
/
+6
2014-11-02
Fix decoding of unboxed closure kinds
Brian Koropoff
-6
/
+8
2014-11-01
Fix def ID mapping for method defs
Brian Koropoff
-11
/
+5
2014-11-01
Remove FnStyle from DefFn and DefStaticMethod
Nick Cameron
-4
/
+3
2014-10-29
Rename fail! to panic!
Steve Klabnik
-8
/
+8
2014-10-24
Add a lint for not using field pattern shorthands
P1start
-2
/
+2
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-1
/
+1
2014-10-16
Fix soundness bug in treatment of closure upvars by regionck
Brian Koropoff
-1
/
+2
2014-10-16
librustc: Remove all uses of {:?}.
Luqman Aden
-2
/
+2
2014-10-15
Allow self as an arg in extension methods
Nick Cameron
-2
/
+2
2014-10-09
rustc: Add `const` globals to the language
Alex Crichton
-0
/
+1
2014-09-30
Fixes ICE when using reexported unit-like structs
Michael Kainer
-1
/
+1
2014-09-24
Remove dead code from librustc
Jakub Wieczorek
-73
/
+0
2014-09-19
rollup merge of #17338 : nick29581/variants-namespace
Alex Crichton
-18
/
+18
2014-09-19
rollup merge of #17314 : eddyb/span-no-gc
Alex Crichton
-1
/
+1
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-18
/
+18
2014-09-18
rustc: remove Gc<Def> and depth from DefUpvar.
Eduard Burtescu
-4
/
+1
2014-09-18
rustc: move type definitions from middle::freevars to middle::ty.
Eduard Burtescu
-15
/
+14
2014-09-18
rustc: add a closure depth to DefUpvar.
Eduard Burtescu
-1
/
+2
2014-09-18
rustc: remove BindingMode from DefLocal.
Eduard Burtescu
-1
/
+1
2014-09-18
rustc: remove DefArg and DefBinding in favor of DefLocal.
Eduard Burtescu
-2
/
+0
2014-09-18
Fix fallout in tests from removing the use of Gc in ExpnInfo.
Eduard Burtescu
-1
/
+1
2014-09-17
librustc: Implement associated types behind a feature gate.
Patrick Walton
-3
/
+18
2014-09-17
rustdoc: Correctly distinguish enums and types
P1start
-1
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-5
/
+5
2014-09-15
trans -- stop tracking vtables precisely, instead recompute as needed.
Niko Matsakis
-60
/
+180
2014-09-14
rustc: fix fallout from using ptr::P.
Eduard Burtescu
-287
/
+263
2014-09-09
rollup merge of #17040 : kmcallister/borrow-extctxt
Alex Crichton
-4
/
+4
2014-09-08
quote: Explicitly borrow the ExtCtxt
Keegan McAllister
-4
/
+4
2014-09-08
rustc: fix fallout from the addition of a 'tcx lifetime on tcx.
Eduard Burtescu
-12
/
+12
2014-09-02
DST raw pointers - *-pointers are fat pointers
Nick Cameron
-4
/
+21
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-5
/
+33
[prev]
[next]