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
Age
Commit message (
Expand
)
Author
Lines
2016-08-17
remove seemingly unnecessary call to encode_predicates
Niko Matsakis
-4
/
+0
2016-08-17
remove `usize: DepGraphRead` and add `Untracked`
Niko Matsakis
-13
/
+35
2016-08-17
Add a comment, remove Deref/DerefMut
Niko Matsakis
-33
/
+79
2016-08-17
pacify the mercilous tidy
Niko Matsakis
-2
/
+3
2016-08-17
create a trait to ensure that data is tracked
Niko Matsakis
-22
/
+117
2016-08-17
change callback for expr/type to a fn pointer
Niko Matsakis
-62
/
+62
2016-08-17
extract two more record calls
Niko Matsakis
-55
/
+61
2016-08-17
extract encode_info_for_trait_item into method
Niko Matsakis
-100
/
+109
2016-08-17
pull out call to `record` for impl items
Niko Matsakis
-99
/
+103
2016-08-17
don't pass extra state fo encode_struct_ctor
Niko Matsakis
-34
/
+33
2016-08-17
pull out encode_field
Niko Matsakis
-18
/
+31
2016-08-17
pull out code for encoding enum variants
Niko Matsakis
-56
/
+45
2016-08-17
pull out the record call for encode_info_for_item
Niko Matsakis
-242
/
+226
2016-08-17
separate main items from addl items in metadata
Niko Matsakis
-154
/
+220
2016-08-17
move rbml_w into the self struct
Niko Matsakis
-425
/
+400
2016-08-17
make record take a closure
Niko Matsakis
-543
/
+518
2016-08-17
introduce Deref/DerefMut to model subtype rel
Niko Matsakis
-18
/
+50
2016-08-17
move free encode fns into methods of IndexBuilder
Niko Matsakis
-896
/
+902
2016-08-17
put ecx into IndexBuilder so we don't have to pass
Niko Matsakis
-49
/
+54
2016-08-17
store ecx, not dep-graph
Niko Matsakis
-3
/
+7
2016-08-17
rename CrateIndex to IndexBuilder
Niko Matsakis
-21
/
+21
2016-08-17
move CrateIndex into its own module
Niko Matsakis
-37
/
+68
2016-08-17
rustc: remove ParamSpace from Substs.
Eduard Burtescu
-69
/
+35
2016-08-17
rustc: split GenericPredicates of a method from its parent predicates.
Eduard Burtescu
-0
/
+4
2016-08-17
rustc: split Generics of a method from its parent Generics.
Eduard Burtescu
-9
/
+40
2016-08-17
rustc: remove SelfSpace from ParamSpace.
Eduard Burtescu
-4
/
+4
2016-08-17
rustc: reduce Substs and Generics to a simple immutable API.
Eduard Burtescu
-147
/
+116
2016-08-17
rustc: move trait objects from TraitRef to ExistentialTraitRef.
Eduard Burtescu
-106
/
+71
2016-08-17
rustc: avoid using subst::VecPerParamSpace::{empty,new} directly.
Eduard Burtescu
-6
/
+4
2016-08-17
rustc: force all raw accesses to VecPerParamSpace through as_full_slice.
Eduard Burtescu
-2
/
+2
2016-08-17
rustc: use Vec instead of VecPerParamSpace for ty::GenericPredicates.
Eduard Burtescu
-26
/
+8
2016-08-16
Auto merge of #35637 - japaric:no-builtins-lto, r=alexcrichton
bors
-0
/
+4
2016-08-16
Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis
bors
-16
/
+19
2016-08-15
Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakis
bors
-8
/
+18
2016-08-14
refactor: use CStore::is_no_builtins
Jorge Aparicio
-0
/
+4
2016-08-14
Get rid of the .note interpretation of rustc dylib metadata.
Eduard Burtescu
-23
/
+18
2016-08-13
Rename empty/bang to never
Andrew Cann
-6
/
+6
2016-08-13
Remove obsolete divergence related stuff
Andrew Cann
-15
/
+2
2016-08-13
Add EmptyToAny adjustment
Andrew Cann
-1
/
+15
2016-08-13
Start implementation of RFC 1216 (make ! a type)
Andrew Cann
-0
/
+2
2016-08-12
typeck: record `impl Trait` concrete resolutions.
Eduard Burtescu
-0
/
+14
2016-08-12
rustc: add TyAnon (impl Trait) to the typesystem.
Eduard Burtescu
-0
/
+15
2016-08-11
Remove the 'cfg' field from session::config::Options.
Michael Woerister
-5
/
+13
2016-08-11
Add the notion of a dependency tracking status to commandline arguments.
Michael Woerister
-3
/
+5
2016-08-09
replace Name with InternedString in DefPathData
Niko Matsakis
-4
/
+4
2016-08-08
fixup tests for new def'n of InlinedItem
Niko Matsakis
-3
/
+7
2016-08-08
track MIR through the dep-graph
Niko Matsakis
-2
/
+3
2016-08-02
replace graph rewriting with detecting inlined ids
Niko Matsakis
-20
/
+22
2016-08-01
Move caching of HIR-inlining into CStore in order to avoid duplicating inline...
Michael Woerister
-17
/
+202
2016-07-30
Auto merge of #35069 - wesleywiser:too_many_symbols, r=alexcrichton
bors
-7
/
+2
[next]