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
Age
Commit message (
Expand
)
Author
Lines
2014-01-07
Make CFG_LIBDIR configurable. Fixes #5223
Jan Niklas Hasse
-4
/
+3
2014-01-06
Disowned the Visitor.
Eduard Burtescu
-24
/
+31
2014-01-06
auto merge of #11118 : jhasse/rust/patch-rustlibdir, r=alexcrichton
bors
-1
/
+7
2014-01-05
Make rustc's own lib directory configurable and change the default to rustlib...
Jan Niklas Hasse
-1
/
+7
2014-01-04
Stop padding metadata
Steven Fackler
-4
/
+0
2014-01-04
auto merge of #11295 : sfackler/rust/de-jank-encoder, r=brson
bors
-6
/
+6
2014-01-03
Remove a hacky buffer extraction from metadata
Steven Fackler
-6
/
+6
2014-01-03
librustc: Remove `@mut` support from the typechecker and borrow checker
Patrick Walton
-2
/
+2
2014-01-03
librustc: De-`@mut` the AST map
Patrick Walton
-3
/
+6
2014-01-03
librustc: De-`@mut` the span handler
Patrick Walton
-6
/
+5
2014-01-02
auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwalton
bors
-1
/
+1
2014-01-01
Remove `extern mod foo (name="bar")` syntax, closes #9543
Florian Hahn
-1
/
+1
2014-01-01
auto merge of #11255 : klutzy/rust/small-cleanup, r=pcwalton
bors
-13
/
+13
2014-01-02
syntax: expand impl_pretty_name to handle more cases.
Huon Wilson
-1
/
+1
2014-01-01
syntax::codemap: Add static DUMMY_SP
klutzy
-3
/
+3
2014-01-01
syntax::diagnostic: Remove unnecessary traits
klutzy
-10
/
+10
2013-12-29
Rename PkgId to CrateId
Luis de Bethencourt
-29
/
+29
2013-12-29
Rename pkgid variables
Luis de Bethencourt
-9
/
+9
2013-12-27
librustc: Implement coercion for traits.
Luqman Aden
-1
/
+7
2013-12-26
librustc: De-`@mut` the def map.
Patrick Walton
-1
/
+2
2013-12-26
librustc: Fully de-`@mut` `trait_impls` in the type context
Patrick Walton
-1
/
+2
2013-12-26
librustc: De-`@mut` the inherent implementations list
Patrick Walton
-2
/
+4
2013-12-26
librustc: De-`@mut` the crate cache in the crate reader
Patrick Walton
-11
/
+16
2013-12-26
librustc: De-`@mut` the `cnum_map`
Patrick Walton
-5
/
+12
2013-12-26
librustc: De-`@mut` the encoding stats
Patrick Walton
-49
/
+46
2013-12-26
librustc: De-`@mut` all remaining uses of `MemWriter`
Patrick Walton
-4
/
+4
2013-12-26
librustc: De-`@mut` `creader::Env`
Patrick Walton
-11
/
+18
2013-12-26
librustc: De-`@mut` several instances of `io::Writer`.
Patrick Walton
-4
/
+4
2013-12-26
librustc: De-`@mut` arrays of `entry` used in the encoder
Patrick Walton
-26
/
+72
2013-12-26
librustc: De-`@mut` the additional library search paths
Patrick Walton
-5
/
+6
2013-12-26
librustc: De-`@mut` `Rib::bindings`
Patrick Walton
-0
/
+1
2013-12-26
librustc: De-`@mut` the export map
Patrick Walton
-1
/
+2
2013-12-26
librustc: De-`@mut` the `type_abbrevs` table
Patrick Walton
-7
/
+14
2013-12-26
librustc: De-`@mut` the `reachable` map
Patrick Walton
-3
/
+4
2013-12-26
librustc: De-`@mut` `cstore::CStore`
Patrick Walton
-25
/
+26
2013-12-26
librustc: De-`@mut` `CStore::used_link_args`
Patrick Walton
-5
/
+6
2013-12-26
librustc: De-`@mut` `CStore::used_libraries`
Patrick Walton
-7
/
+11
2013-12-26
librustc: De-`@mut` `CStore::used_crate_sources`
Patrick Walton
-9
/
+8
2013-12-26
librustc: De-`@mut` `CStore::extern_mod_crate_map`
Patrick Walton
-5
/
+8
2013-12-26
librustc: De-`@mut` `CStore::metas`
Patrick Walton
-6
/
+11
2013-12-26
libextra: Stop using `@mut MemWriter` in the EBML module
Patrick Walton
-71
/
+81
2013-12-26
librustc: De-`@mut` `ty::ctxt_::rcache`
Patrick Walton
-3
/
+9
2013-12-26
librustc: De-`@mut` the `impls` table in the type context
Patrick Walton
-1
/
+2
2013-12-26
librustc: De-`@mut` `inherent_impls` in the type context
Patrick Walton
-2
/
+4
2013-12-26
librustc: De-`@mut` `trait_impls` in the type context
Patrick Walton
-1
/
+2
2013-12-26
librustc: De-`@mut` `CrateContext::non_inlineable_statics`
Patrick Walton
-3
/
+10
2013-12-26
librustc: Remove unused `discrim_symbols` field from the crate context
Patrick Walton
-4
/
+0
2013-12-26
librustc: De-`@mut` `item_symbols`
Patrick Walton
-4
/
+7
2013-12-26
librustc: De-`@mut` the short names cache
Patrick Walton
-6
/
+16
2013-12-26
librustc: De-`@mut` the `trait_methods_cache`
Patrick Walton
-1
/
+2
[next]