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-03-12
rustdoc: Fix ICE with cross-crate default impls
Alex Crichton
-1
/
+6
2015-03-06
Change the data structures for tracking defaulted traits. In the tcx, we
Niko Matsakis
-6
/
+5
2015-03-05
Auto merge of #23026 - nikomatsakis:issue-20220-supertrait, r=nikomatsakis
bors
-35
/
+11
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-6
/
+6
2015-03-04
Separate supertrait collection from processing a `TraitDef`. This allows
Niko Matsakis
-35
/
+11
2015-03-04
Encode codemap and span information in crate metadata.
Michael Woerister
-1
/
+16
2015-03-03
Add `core::num::wrapping` and fix overflow errors.
James Miller
-1
/
+1
2015-02-27
std: Deprecated the `old_io::extensions` module
Alex Crichton
-7
/
+12
2015-02-24
rustc_resolve: remove the distinction between DefStaticMethod and DefMethod.
Eduard Burtescu
-18
/
+4
2015-02-24
rustc: load DefAssociatedTy from cross-crate metadata. Fixes #20542.
Eduard Burtescu
-17
/
+25
2015-02-24
rustc: remove unused ForeignType item family.
Eduard Burtescu
-3
/
+1
2015-02-24
Revert bogus rename from DefTrait to DefaultImpl.
Eduard Burtescu
-1
/
+1
2015-02-24
Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis
bors
-4
/
+15
2015-02-22
Rename DefTrait to DefaultImpl
Flavio Percoco
-7
/
+7
2015-02-22
look for default trait candidates
Flavio Percoco
-0
/
+9
2015-02-22
Fix fallout from libsyntax implementation
Flavio Percoco
-3
/
+5
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-1
/
+1
2015-02-12
Pacify the merciless nrc.
Niko Matsakis
-3
/
+3
2015-02-12
Update metadata to reflect that predicates/schemes/trait-defs are now severed
Niko Matsakis
-11
/
+29
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-3
/
+3
2015-02-01
More deprecating of i/u suffixes in libraries
Alfie John
-2
/
+2
2015-01-30
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-0
/
+7
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-1
/
+1
2015-01-30
Use `#[rustc_paren_sugar]` as a more extensible way of deciding when
Niko Matsakis
-0
/
+7
2015-01-29
Auto merge of #21677 - japaric:no-range, r=alexcrichton
bors
-1
/
+1
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-28
Rename found_ast to FoundAst and qualify uses.
Ms2ger
-5
/
+5
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
[next]