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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
ptr.rs
Age
Commit message (
Expand
)
Author
Lines
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-1
/
+1
2019-07-01
rustc: use a separate copy of P for HIR than for AST.
Eduard-Mihai Burtescu
-1
/
+1
2019-07-01
syntax: use `box` instead of `Box::new` in `ptr::P`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-19
rustc: replace `GenericArgs::with_generic_args` hack with a plain getter.
Eduard-Mihai Burtescu
-2
/
+9
2019-06-05
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-1
/
+2
2019-03-09
Fix fallout from #57667
ishitatsuyuki
-33
/
+6
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-07
libsyntax => 2018
Taiki Endo
-3
/
+3
2019-01-16
Fix memory leak in P::filter_map
Tatsuyuki Ishi
-0
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-3
/
+3
2018-11-20
Reuse the `P` in `InvocationCollector::fold_{,opt_}expr`.
Nicholas Nethercote
-3
/
+25
2018-09-16
Temporarily prohibit proc macro attributes placed after derives
Vadim Petrochenkov
-1
/
+7
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-1
/
+1
2017-12-17
syntax: Rename `P::unwrap` into `P::into_inner`
Vadim Petrochenkov
-1
/
+1
2017-06-07
Replace some matches with try.
Masaki Hara
-4
/
+1
2017-04-06
Introduce HashStable trait and base ICH implementations on it.
Michael Woerister
-0
/
+12
2016-09-11
Documentation for default types modified
athulappadan
-1
/
+1
2016-09-11
Documentation of what does for each type
athulappadan
-0
/
+1
2016-08-24
Remove drop flags from structs and enums implementing Drop.
Eduard Burtescu
-5
/
+15
2016-04-24
Remove some old code from libsyntax
Vadim Petrochenkov
-36
/
+6
2016-02-12
Use more autoderef in libsyntax
Jonas Schievink
-2
/
+2
2016-02-11
Remove some unnecessary indirection from AST structures
Vadim Petrochenkov
-0
/
+4
2016-02-11
[breaking-change] don't glob export ast::Expr_ variants
Oliver Schneider
-1
/
+1
2015-12-19
Improve OwnedSlice and use it in HIR
Vadim Petrochenkov
-0
/
+25
2015-12-18
libsyntax: Merge OwnedSlice into ptr::P
Vadim Petrochenkov
-18
/
+88
2015-04-21
syntax: remove #![feature(box_syntax, box_patterns)]
Erick Tryzelaar
-1
/
+1
2015-04-07
alloc: impl fmt::Pointer for Rc, Arc and Box
Richo Healey
-0
/
+7
2015-03-26
Switch drop-flag to `u8` to allow special tags to instrument state.
Felix S. Klock II
-2
/
+2
2015-02-20
Register new snapshots
Alex Crichton
-7
/
+0
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-0
/
+7
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-3
/
+8
2015-01-17
Register new snapshots.
Eduard Burtescu
-8
/
+0
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-2
/
+11
2015-01-06
Register new snapshots
Alex Crichton
-16
/
+0
2015-01-04
serialize: Use assoc types + less old_orphan_check
Alex Crichton
-0
/
+16
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-1
/
+3
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-1
/
+3
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-9
/
+11
2014-12-13
libsyntax: use unboxed closures
Jorge Aparicio
-2
/
+6
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-2
/
+2
2014-09-14
syntax: document the ptr module.
Eduard Burtescu
-1
/
+30
2014-09-14
syntax: implement in-place folding of P<T> and Vec<T>.
Eduard Burtescu
-2
/
+8
2014-09-14
syntax: add a custom owned smart pointer in ptr::P.
Eduard Burtescu
-0
/
+81