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
/
decoder.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-26
Fallout of io => old_io
Alex Crichton
-5
/
+5
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-1
/
+1
2015-01-16
Record negative trait_impls separatedly
Flavio Percoco
-0
/
+23
2015-01-13
Return the Vec from decoder::get_item_attrs.
Ms2ger
-6
/
+4
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-3
/
+3
2015-01-07
use slicing sugar
Jorge Aparicio
-3
/
+3
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-3
/
+2
2015-01-06
Register new snapshots
Alex Crichton
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-3
/
+3
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-7
/
+8
2015-01-05
DecodeInlinedItem: convert to "unboxed" closures
Jorge Aparicio
-9
/
+9
2015-01-05
Reformat metadata for exported macros
Keegan McAllister
-7
/
+8
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-3
/
+3
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20416: nikomatsakis/coherence
Alex Crichton
-3
/
+9
2015-01-02
rollup merge of #20385: nick29581/x-object
Alex Crichton
-3
/
+3
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+3
2015-01-02
Fix an infinite loop in the stability check that was the result of
Niko Matsakis
-3
/
+9
2014-12-31
rustc: replace `GetCrateDataCb` alias with an unboxed closure
Jorge Aparicio
-16
/
+17
2015-01-01
Fix a bug with cross-crate trait impls
Nick Cameron
-3
/
+3
2014-12-30
Patch more metadata decoding problems.
Niko Matsakis
-5
/
+6
2014-12-30
Adjust tests for inferenceGet more conservative about inference for now. Seem...
Niko Matsakis
-1
/
+1
2014-12-30
Convert to use `Rc<TraitRef>` in object types (finally!).
Niko Matsakis
-5
/
+5
2014-12-30
Implement associated type projection and normalization.
Niko Matsakis
-1
/
+14
2014-12-30
Rename `Polytype` to `TypeScheme` to differentiate type schemes (early bound)...
Niko Matsakis
-2
/
+2
2014-12-29
Switch Region information from uint to u32.
Huon Wilson
-1
/
+1
2014-12-27
save-analysis: emit names of items that a glob import actually imports.
Nick Cameron
-0
/
+8
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-1
/
+1
2014-12-22
Rote changes that don't care to distinguish between a fn pointer and a fn item.
Niko Matsakis
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-3
/
+3
2014-12-20
rustc: middle: move TraitItemKind from resolve to def.
Eduard Burtescu
-4
/
+3
2014-12-19
librustc: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-19
Implement "perfect forwarding" for HR impls (#19730).
Niko Matsakis
-2
/
+2
2014-12-19
Centralize on using `Binder` to introduce new binding levels, rather than hav...
Niko Matsakis
-2
/
+2
2014-12-19
Create distinct types for a PolyTraitRef (with bindings) and a normal TraitRef.
Niko Matsakis
-2
/
+2
2014-12-14
Parse `unsafe impl` but don't do anything particularly interesting with the r...
Niko Matsakis
-4
/
+10
2014-12-14
Parse `unsafe trait` but do not do anything with it beyond parsing and integr...
Niko Matsakis
-0
/
+5
2014-12-13
librustc: use unboxed closures
Jorge Aparicio
-30
/
+43
2014-12-13
librustc: fix fallout
Jorge Aparicio
-1
/
+3
2014-12-12
Switch to using predicates to drive checking. Correct various tests --
Niko Matsakis
-2
/
+14
2014-12-12
Introduce predicates but don't use them.
Niko Matsakis
-1
/
+3
2014-12-12
auto merge of #19391 : nick29581/rust/assoc-eq, r=nikomatsakis
bors
-1
/
+1
2014-12-12
auto merge of #19568 : barosl/rust/enum-struct-variants-ice, r=alexcrichton
bors
-7
/
+15
2014-12-12
Mostly non-behaviour-changing changes (style, etc.)
Nick Cameron
-1
/
+1
2014-12-12
Fix ICE when a struct variant enum is imported from an external crate
Barosl Lee
-7
/
+15
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-2
/
+4
2014-12-04
Move various data structures out of typeck and into ty.
Niko Matsakis
-2
/
+1
2014-11-30
fix missed switch pointed out in review plus a few others
jfager
-15
/
+9
2014-11-29
Replace some verbose match statements with their `if let` equivalent.
jfager
-43
/
+32
2014-11-19
rustc: middle: remove obsolete ty::get.
Eduard Burtescu
-1
/
+1
[prev]
[next]