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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
metadata
/
encoder.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-49
/
+49
2015-01-07
rollup merge of #20654: alexcrichton/stabilize-hash
Alex Crichton
-4
/
+5
2015-01-07
use slicing sugar
Jorge Aparicio
-49
/
+49
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-4
/
+5
2015-01-07
Merge pull request #20674 from jbcrail/fix-misspelled-comments
bors
-1
/
+1
2015-01-06
Fix misspelled comments.
Joseph Crail
-1
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-2
/
+2
2015-01-07
fallout
Nick Cameron
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-44
/
+44
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-19
/
+16
2015-01-05
EncodeInlinedItem: convert to "unboxed" closures
Jorge Aparicio
-4
/
+3
2015-01-05
Reformat metadata for exported macros
Keegan McAllister
-19
/
+16
2015-01-04
Add syntax for negative implementations of traits
Flavio Percoco
-2
/
+11
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
rustc: fix fallout
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20385: nick29581/x-object
Alex Crichton
-5
/
+4
2015-01-01
auto merge of #20363 : japaric/rust/moar-uc, r=nmatsakis
bors
-1
/
+1
2014-12-31
rustc: unbox closures used in let bindings
Jorge Aparicio
-1
/
+1
2015-01-01
Fix a bug with cross-crate trait impls
Nick Cameron
-5
/
+4
2015-01-01
auto merge of #20374 : nikomatsakis/rust/assoc-types, r=nikomatsakis
bors
-0
/
+1
2014-12-31
Incorporate fix from japaric for cross-crate ICE
Niko Matsakis
-0
/
+1
2014-12-30
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-12-30
Encode the TypeScheme for associated types
Niko Matsakis
-0
/
+3
2014-12-30
Patch more metadata decoding problems.
Niko Matsakis
-1
/
+2
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
[next]