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_allocator
Age
Commit message (
Expand
)
Author
Lines
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-1
/
+3
2018-04-22
Remove unused AllocatorTy::Bang
Steven Fackler
-4
/
+1
2018-04-22
Replace GlobalAlloc::oom with a lang item
Steven Fackler
-5
/
+0
2018-04-17
Run rustfmt
Mark Mansi
-69
/
+79
2018-04-12
Rename alloc::Void to alloc::Opaque
Simon Sapin
-6
/
+6
2018-04-12
Restore Global.oom() functionality
Simon Sapin
-0
/
+11
2018-04-12
Use the GlobalAlloc trait for #[global_allocator]
Simon Sapin
-289
/
+33
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-2
/
+0
2018-03-22
Use FunctionRetTy::Default rather than an explicit TyKind::Infer for lambda-b...
varkor
-1
/
+1
2018-03-17
Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi`
Vadim Petrochenkov
-1
/
+1
2018-02-18
Fix up tests and typos
Seiichi Uchida
-1
/
+5
2018-02-18
Replace dummy spans with empty spans
Seiichi Uchida
-2
/
+2
2018-02-18
Change ast::Visibility to Spanned type
Seiichi Uchida
-2
/
+2
2017-11-04
rustc: Handle some libstd symbole exports better
Alex Crichton
-0
/
+4
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-4
/
+1
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-11
/
+2
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-4
/
+4
2017-08-12
syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros.
Eduard-Mihai Burtescu
-0
/
+1
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-2
/
+2
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-0
/
+614