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
/
metadata
/
encoder.rs
Age
Commit message (
Expand
)
Author
Lines
2014-12-30
Encode the name for associated items on a trait. Fixes #18048.
Niko Matsakis
-0
/
+2
2014-12-30
Implement associated type projection and normalization.
Niko Matsakis
-0
/
+9
2014-12-30
Rename `Polytype` to `TypeScheme` to differentiate type schemes (early bound)...
Niko Matsakis
-1
/
+1
2014-12-26
Accept `?Sized` as well as `Sized?`
Nick Cameron
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-44
/
+44
2014-12-20
Visit + encode stability for foreign items
Tom Jakubowski
-0
/
+4
2014-12-20
metadata: Encode attrs for foreign items.
Tom Jakubowski
-0
/
+2
2014-12-20
rustc: middle: move Export and ExportMap from resolve to def.
Eduard Burtescu
-7
/
+7
2014-12-20
rustc: middle: use cheaper Name in resolve::Export instead of String.
Eduard Burtescu
-6
/
+4
2014-12-20
middle: resolve: fix inconsistencies around ExportMap and remove the 2 suffix.
Eduard Burtescu
-9
/
+9
2014-12-17
rollup merge of #19849: alexcrichton/second-pass-option
Alex Crichton
-5
/
+5
2014-12-15
rollup merge of #19793: tomjakubowski/metadata-const-attrs
Brian Anderson
-0
/
+1
2014-12-14
std: Fully stabilize Option<T>
Alex Crichton
-5
/
+5
2014-12-14
Parse `unsafe impl` but don't do anything particularly interesting with the r...
Niko Matsakis
-11
/
+12
2014-12-14
Parse `unsafe trait` but do not do anything with it beyond parsing and integr...
Niko Matsakis
-1
/
+10
2014-12-13
librustc: use unboxed closures
Jorge Aparicio
-3
/
+7
2014-12-12
Switch to using predicates to drive checking. Correct various tests --
Niko Matsakis
-0
/
+12
2014-12-12
metadata: Encode attributes for const items
Tom Jakubowski
-0
/
+1
2014-12-09
auto merge of #19563 : alexcrichton/rust/issue-19501, r=pnkfelix
bors
-1
/
+26
2014-12-08
rustc: Prepend a length to all metadata
Alex Crichton
-1
/
+26
2014-12-06
librustc: remove unnecessary `as_slice()` calls
Jorge Aparicio
-1
/
+1
2014-11-29
Replace some verbose match statements with their `if let` equivalent.
jfager
-86
/
+63
2014-11-26
rollup merge of #19317: sfackler/xcrate-namespace
Alex Crichton
-10
/
+0
2014-11-26
Rote changes due to the fact that ast paths no longer carry this extraneous b...
Niko Matsakis
-2
/
+1
2014-11-25
Fix xcrate enum namespacing
Steven Fackler
-10
/
+0
2014-11-19
rustc: fix fallout of adding the `'tcx` lifetime to `Ty`.
Eduard Burtescu
-42
/
+42
2014-11-19
rustc: middle: rename `ty::t` to `Ty` and use it unqualified everywhere.
Eduard Burtescu
-4
/
+4
2014-11-19
rustc: avoid `use`-ing `syntax::ast::*`.
Eduard Burtescu
-76
/
+77
2014-11-18
Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...
Niko Matsakis
-1
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+6
2014-11-16
fallout from deprecating find_copy and get_copy
Alexis Beingessner
-1
/
+1
2014-11-10
Use FnvHashMap instead of HashMap in rustc
Ariel Ben-Yehuda
-4
/
+3
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-7
/
+7
2014-11-04
Implement flexible target specification
Corey Richardson
-2
/
+1
2014-11-03
Clean-up transmutes in librustc
Ariel Ben-Yehuda
-21
/
+10
2014-11-01
Rebasing and review changes
Nick Cameron
-3
/
+3
2014-11-01
Remove FnStyle from DefFn and DefStaticMethod
Nick Cameron
-31
/
+10
2014-11-01
Resolve methods called as functions and...
Nick Cameron
-20
/
+27
2014-10-30
rollup merge of #18445 : alexcrichton/index-mut
Alex Crichton
-1
/
+1
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-1
/
+1
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-22
Part of #6993. Moved a bunch of uses of Ident to Name
Jonathan S
-13
/
+13
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-11
/
+11
2014-10-16
librustc: Remove all uses of {:?}.
Luqman Aden
-4
/
+4
2014-10-15
Allow self as an arg in extension methods
Nick Cameron
-14
/
+8
2014-10-09
rustc: Convert statics to constants
Alex Crichton
-1
/
+1
2014-10-09
rustc: Add `const` globals to the language
Alex Crichton
-10
/
+14
2014-10-03
Set the `non_uppercase_statics` lint to warn by default
P1start
-0
/
+1
2014-10-01
auto merge of #17654 : gereeter/rust/no-unnecessary-cell, r=alexcrichton
bors
-1
/
+1
2014-10-01
auto merge of #17653 : kaini/rust/master, r=alexcrichton
bors
-1
/
+1
[prev]
[next]