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_pos
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-30
Rename directories for some crates from `syntax_x` to `rustc_x`
Vadim Petrochenkov
-1672
/
+0
2019-12-25
Store callbacks in global statics
Mark Rousskov
-5
/
+6
2019-12-22
Format the world
Mark Rousskov
-144
/
+154
2019-11-23
Implement HashStable for Span in libsyntax_pos.
Camille GILLOT
-10
/
+90
2019-11-23
Move CachingSourceMapView to libsyntax_pos.
Camille GILLOT
-0
/
+2
2019-11-23
Rename StableHashingContextLike to HashStableContext.
Camille GILLOT
-2
/
+2
2019-11-22
Invert flow in impl HashStable of Span.
Camille GILLOT
-2
/
+12
2019-11-22
Add StableHashingContextLike to HashStable_Generic derive.
Camille GILLOT
-0
/
+5
2019-11-17
HashStable_Generic for libsyntax_pos.
Camille GILLOT
-1
/
+3
2019-11-15
Move SourceMap to syntax_pos
Mark Rousskov
-0
/
+2
2019-11-15
Move FatalError to syntax_pos
Mark Rousskov
-0
/
+1
2019-11-12
Snap cfgs
Mark Rousskov
-2
/
+0
2019-11-01
`Span` cannot represent `span.hi < span.lo`
Vadim Petrochenkov
-1
/
+0
2019-10-25
Rollup merge of #65074 - Rantanen:json-byte-pos, r=matklad
Mazdak Farrokhzad
-4
/
+60
2019-10-25
RFC 2008: Stabilization
David Wood
-1
/
+1
2019-10-21
Fix the start/end byte positions in the compiler JSON output
Mikko Rantanen
-4
/
+60
2019-10-21
Remove many unnecessary trait derivations.
Nicholas Nethercote
-1
/
+1
2019-10-15
Stabilize proc macros generating `macro_rules` items
Vadim Petrochenkov
-1
/
+1
2019-10-03
proc_macro: Add `Span::mixed_site` exposing `macro_rules` hygiene
Vadim Petrochenkov
-0
/
+6
2019-09-30
Fixed weird non-sequential indices for serialisation of `SourceFile` type.
Alexander Regueiro
-16
/
+15
2019-09-28
Switch over all StableHash impls to new format
Mark Rousskov
-6
/
+6
2019-09-15
Remove `with_legacy_ctxt`
Matthew Jasper
-7
/
+0
2019-09-05
Add `with_{def_site,call_site,legacy}_ctxt,` methods to `Span`
Vadim Petrochenkov
-0
/
+19
2019-09-05
Add an ExpnKind for AST passes
Matthew Jasper
-0
/
+1
2019-08-23
hygiene: Require passing transparency explicitly to `apply_mark`
Vadim Petrochenkov
-3
/
+3
2019-08-23
Audit uses of `apply_mark` in built-in macros
Vadim Petrochenkov
-0
/
+8
2019-08-18
Auto merge of #62948 - matklad:failable-file-loading, r=petrochenkov
bors
-0
/
+56
2019-08-15
hygiene: `ExpnInfo` -> `ExpnData`
Vadim Petrochenkov
-25
/
+25
2019-08-15
syntax_pos: Remove the duplicate global edition
Vadim Petrochenkov
-2
/
+0
2019-08-15
hygiene: Remove `Option`s from functions returning `ExpnInfo`
Vadim Petrochenkov
-36
/
+27
2019-08-15
syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()`
Vadim Petrochenkov
-9
/
+12
2019-08-15
syntax_pos: Introduce a helper for checking whether a span comes from expansion
Vadim Petrochenkov
-0
/
+6
2019-08-14
convert \r\n to \n when loading files
Aleksey Kladov
-0
/
+56
2019-08-03
Rollup merge of #63121 - estebank:formatting-pos, r=alexcrichton
Mazdak Farrokhzad
-0
/
+1
2019-08-02
libsyntax_pos: Unconfigure tests during normal build
Vadim Petrochenkov
-22
/
+3
2019-07-29
review comments
Esteban Küber
-0
/
+1
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-2
/
+0
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-1
/
+0
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-6
/
+3
2019-07-19
Adjust other names after the `Mark` renaming
Vadim Petrochenkov
-8
/
+8
2019-07-19
libsyntax: Remove `Mark` into `ExpnId`
Vadim Petrochenkov
-8
/
+8
2019-07-11
hygiene: Make sure each `Mark` has an associated expansion info
Vadim Petrochenkov
-1
/
+2
2019-07-11
hygiene: Fix wording of desugaring descriptions
Vadim Petrochenkov
-1
/
+1
2019-07-11
hygiene: Reuse `MacroKind` in `ExpnKind`
Vadim Petrochenkov
-3
/
+6
2019-07-11
syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa...
Vadim Petrochenkov
-2
/
+2
2019-07-11
Rename some things in `syntax_pos/hygiene`
Vadim Petrochenkov
-12
/
+12
2019-06-24
Enable internal lints in bootstrap
flip1995
-1
/
+0
2019-06-17
don't ICE on large files
Aleksey Kladov
-3
/
+9
2019-06-12
Rollup merge of #61568 - Mark-Simulacrum:symbol-fmt-macros, r=estebank
Mazdak Farrokhzad
-3
/
+15
2019-06-11
Add deny(unused_lifetimes) to all the crates that have deny(internal).
Eduard-Mihai Burtescu
-0
/
+1
[next]