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-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
2014-08-14
librustc: Stop assuming that implementations and traits only contain
Patrick Walton
-7
/
+9
2014-08-14
librustc: Tie up loose ends in unboxed closures.
Patrick Walton
-5
/
+7
2014-08-13
librustc: Parse, but do not fully turn on, the `ref` keyword for
Patrick Walton
-1
/
+2
2014-08-09
librustc: Encode upvar_borrow_map in metadata.
Luqman Aden
-1
/
+2
2014-07-28
rustc: encode is_sugared_doc on ast::Attribute
Corey Richardson
-0
/
+2
2014-07-28
rustdoc: show struct field docs when inlined
Corey Richardson
-0
/
+4
2014-07-18
librustc: Implement unboxed closures with mutable receivers
Patrick Walton
-7
/
+11
2014-07-05
rustc: Remove CrateId and all related support
Alex Crichton
-4
/
+3
2014-06-18
Add stability inheritance
Aaron Turon
-0
/
+3
2014-06-13
Introduce VecPerParamSpace and use it to represent sets of types and
Niko Matsakis
-3
/
+7
2014-06-09
Implement #[plugin_registrar]
Keegan McAllister
-1
/
+1
2014-06-06
rustc: Preserve reachable extern fns with LTO
Alex Crichton
-0
/
+3
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-25
rustdoc: Inline argument names of foreign methods
Alex Crichton
-0
/
+3
[next]