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
2019-06-18
syntax: Introduce `default`/`with_unstable` constructors for `ExpnInfo`
Vadim Petrochenkov
-14
/
+7
2019-06-18
syntax: Factor out common fields from `SyntaxExtension` variants
Vadim Petrochenkov
-1
/
+1
2019-06-11
Add deny(unused_lifetimes) to all the crates that have deny(internal).
Eduard-Mihai Burtescu
-0
/
+1
2019-05-27
Avoid unnecessary internings.
Nicholas Nethercote
-4
/
+2
2019-05-22
Restore the old behavior of the rustdoc keyword check + Fix rebase
Vadim Petrochenkov
-3
/
+2
2019-05-21
Move `edition` outside the hygiene lock and avoid accessing it
John Kåre Alsaker
-2
/
+2
2019-05-20
Remove `Symbol::gensym()`.
Nicholas Nethercote
-1
/
+1
2019-05-17
Avoid unnecessary interning in `Ident::from_str()` calls.
Nicholas Nethercote
-6
/
+7
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-2
/
+2
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-1
/
+1
2019-04-03
Deny internal lints on non conflicting crates
flip1995
-0
/
+1
2019-02-12
Auto merge of #58098 - oli-obk:maybe_allow_internal_unstable, r=petrochenkov
bors
-1
/
+3
2019-02-11
Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs
Oliver Scherer
-2
/
+2
2019-02-11
Require a list of features to allow in `allow_internal_unstable`
Oliver Scherer
-1
/
+3
2019-02-10
Revert removed #![feature(nll)]
Taiki Endo
-0
/
+1
2019-02-06
librustc_allocator => 2018
Taiki Endo
-15
/
+7
2019-02-06
Overhaul `syntax::fold::Folder`.
Nicholas Nethercote
-14
/
+13
2018-12-25
Remove licenses
Mark Rousskov
-20
/
+0
2018-12-10
Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature.
Nicholas Nethercote
-1
/
+1
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
2018-09-26
Remove OneVector
ljedrz
-7
/
+3
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-08-27
Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis
bors
-0
/
+1
2018-08-26
rustc: Continue to tweak "std internal symbols"
Alex Crichton
-7
/
+1
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-23
Use optimized SmallVec implementation
Igor Gutorov
-3
/
+6
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-13
Move SmallVec and ThinVec out of libsyntax
ljedrz
-7
/
+9
2018-08-09
[nll] librustc_allocator: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
2018-08-07
rustc: Tweak visibility of some lang items
Alex Crichton
-6
/
+1
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-1
/
+0
2018-07-11
Deny bare trait objects in in src/librustc_allocator
ljedrz
-3
/
+4
2018-06-27
Implement `#[macro_export(local_inner_macros)]`
Vadim Petrochenkov
-0
/
+1
2018-06-24
used debug, not info
mark
-3
/
+3
2018-06-24
enable fold_mac
Mark Mansi
-1
/
+6
2018-06-24
Prohibit global_allocator in submodules for now
Mark Mansi
-40
/
+81
2018-06-24
Attempt to fix hygiene for global_allocator
Mark Mansi
-20
/
+27
2018-06-23
hygiene: Merge `NameAndSpan` into `ExpnInfo`
Vadim Petrochenkov
-8
/
+6
2018-06-21
Parse async fn header.
Without Boats
-6
/
+6
2018-06-11
Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc
Mike Hommey
-14
/
+1
2018-05-17
Add edition to expansion info
Vadim Petrochenkov
-1
/
+2
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
[next]