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
/
common.rs
Age
Commit message (
Expand
)
Author
Lines
2015-10-02
unify the 2 impl indexes
Ariel Ben-Yehuda
-13
/
+7
2015-10-02
Merge branch 'master' into metadiet
Ariel Ben-Yehuda
-7
/
+10
2015-10-01
remove the code that encodes type parameter defs
Ariel Ben-Yehuda
-3
/
+1
2015-10-01
don't store method_fty
Ariel Ben-Yehuda
-2
/
+1
2015-10-01
don't duplicate item types between encoder <-> astencode
Ariel Ben-Yehuda
-1
/
+1
2015-10-01
share stored predicates
Ariel Ben-Yehuda
-3
/
+3
2015-10-01
add a cross-reference index
Ariel Ben-Yehuda
-2
/
+4
2015-10-01
remove unneeded tags from metadata
Ariel Ben-Yehuda
-19
/
+7
2015-10-01
Convert DefId to use DefIndex, which is an index into a list of
Niko Matsakis
-7
/
+12
2015-10-01
kill the fake provided method stubs
Ariel Ben-Yehuda
-1
/
+1
2015-09-29
store the rustc version in metadata and check it
Ariel Ben-Yehuda
-0
/
+8
2015-09-03
rewrite metadata indexing
Ariel Ben-Yehuda
-7
/
+1
2015-08-14
rustc: Allow changing the default allocator
Alex Crichton
-3
/
+4
2015-08-10
trans: Stop informing LLVM about dllexport
Alex Crichton
-2
/
+2
2015-05-26
Remove ObjectCastMap
Ariel Ben-Yehuda
-1
/
+1
2015-05-21
rustc: const-qualify `const fn` function and method calls.
Eduard Burtescu
-0
/
+2
2015-05-19
Overhaul cast semantics and make them follow RFC401
Ariel Ben-Yehuda
-0
/
+1
2015-05-13
eddyb's changes for DST coercions
Nick Cameron
-0
/
+2
2015-05-12
Fix ty::populate_implementations_for_trait_if_necessary to load the trait's i...
Eduard Burtescu
-0
/
+1
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-31
/
+33
2015-04-01
Fallout out rustc
Niko Matsakis
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-109
/
+109
2015-03-06
Change the data structures for tracking defaulted traits. In the tcx, we
Niko Matsakis
-0
/
+2
2015-03-04
Separate supertrait collection from processing a `TraitDef`. This allows
Niko Matsakis
-3
/
+2
2015-03-04
Encode codemap and span information in crate metadata.
Michael Woerister
-0
/
+3
2015-03-03
metadata: Flatten `tag_table_id` and `tag_table_val` tags.
Kang Seonghoon
-2
/
+1
2015-03-03
metadata: New tag encoding scheme.
Kang Seonghoon
-141
/
+140
2015-02-16
rustc: qualify expressions in check_const for potential promotion.
Eduard Burtescu
-0
/
+1
2015-02-16
rustc: use FromPrimitive for decoding astencode_tag.
Eduard Burtescu
-13
/
+1
2015-02-01
Separate out the unboxed closure table into two tables, so that we can
Niko Matsakis
-8
/
+6
2015-01-30
Use `#[rustc_paren_sugar]` as a more extensible way of deciding when
Niko Matsakis
-0
/
+2
2015-01-30
Remove the capture mode map and just store the capture mode for individual va...
Niko Matsakis
-1
/
+1
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-26
Remove "unboxed" attribute in code referring to new closures.
Eduard Burtescu
-5
/
+5
2015-01-05
Reformat metadata for exported macros
Keegan McAllister
-2
/
+6
2015-01-04
Add syntax for negative implementations of traits
Flavio Percoco
-0
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2014-12-30
Implement associated type projection and normalization.
Niko Matsakis
-0
/
+3
2014-12-19
librustc: use `#[deriving(Copy)]`
Jorge Aparicio
-2
/
+1
2014-12-14
Parse `unsafe trait` but do not do anything with it beyond parsing and integr...
Niko Matsakis
-0
/
+2
2014-12-12
Switch to using predicates to drive checking. Correct various tests --
Niko Matsakis
-0
/
+4
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+2
2014-11-03
Clean-up transmutes in librustc
Ariel Ben-Yehuda
-2
/
+1
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-09
rustc: Convert statics to constants
Alex Crichton
-101
/
+101
2014-10-03
Set the `non_uppercase_statics` lint to warn by default
P1start
-1
/
+1
2014-09-30
librustc: Stop looking in metadata in type contents.
Patrick Walton
-0
/
+2
2014-09-15
trans -- stop tracking vtables precisely, instead recompute as needed.
Niko Matsakis
-1
/
+2
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-9
/
+15
[next]