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
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
2014-05-19
rustc: Add official support for weak failure
Alex Crichton
-1
/
+2
2014-05-11
core: Remove the cast module
Alex Crichton
-2
/
+2
2014-05-09
Currently trans uses Vec<ty::t> to represent substitutions instead of a proper
Niko Matsakis
-1
/
+1
2014-05-02
rustc: Add some suppot for mixing rlibs and dylibs
Alex Crichton
-0
/
+2
2014-04-23
auto merge of #13584 : rcxdude/rust/cross-syntax-ext, r=alexcrichton
bors
-0
/
+2
2014-04-23
Enable use of syntax extensions when cross compiling.
Douglas Young
-0
/
+2
2014-04-23
Support unsized types with the `type` keyword
Nick Cameron
-0
/
+1
2014-04-20
Allow inheritance between structs.
Nick Cameron
-58
/
+59
2014-04-01
metadata: common: remove dead code
Corey Richardson
-9
/
+0
2014-03-31
rustc: Switch field privacy as necessary
Alex Crichton
-2
/
+2
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-02-28
rustc: Add the concept of a Strict Version Hash
Alex Crichton
-2
/
+3
2014-02-28
rustc: Simplify crate loading constraints
Alex Crichton
-4
/
+4
2014-02-21
Changed NonCamelCaseTypes lint to warn by default
mr.Shu
-1
/
+3
2014-02-14
Refactored ast_map and friends, mainly to have Paths without storing them.
Eduard Burtescu
-115
/
+111
2014-02-01
auto merge of #11974 : huonw/rust/no-at-vec, r=pcwalton
bors
-1
/
+1
2014-02-02
librustc: Remove a bunch of `@str` from the compiler around metadata
Patrick Walton
-1
/
+1
2014-01-31
Handle attributes on cross-crate tuple-structs correctly
David Manescu
-0
/
+2
2014-01-27
Demote self to an (almost) regular argument and remove the env param.
Eduard Burtescu
-13
/
+12
2014-01-16
Load macros from external modules
Steven Fackler
-0
/
+4
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-6
/
+6
2013-12-29
Rename PkgId to CrateId
Luis de Bethencourt
-2
/
+2
2013-12-10
Make crate hash stable and externally computable.
Jack Moffitt
-5
/
+5
2013-11-30
Support OSX frameworks
Alex Crichton
-0
/
+2
2013-11-29
Add generation of static libraries to rustc
Alex Crichton
-0
/
+2
2013-11-08
Introduce new variance inference pass that replaces (and generalizes) old
Niko Matsakis
-1
/
+1
2013-11-08
Generalize AST and ty::Generics to accept multiple lifetimes.
Niko Matsakis
-0
/
+5
2013-10-29
Assorted cleanups suggested by reviewers.
Jed Davis
-1
/
+2
2013-10-29
Add repr attributes in various places that need them.
Jed Davis
-2
/
+2
2013-09-02
Remove __extensions__ in names for a "pretty name"
Alex Crichton
-0
/
+4
2013-08-27
librustc: Implement basic lazy implementation loading.
Patrick Walton
-0
/
+3
2013-08-27
librustc: Stop calling `each_path` in coherence.
Patrick Walton
-0
/
+3
[next]