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-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
2019-06-09
Introduce InnerSpan abstraction
Mark Rousskov
-3
/
+15
2019-06-08
Remove unused `#![feature(custom_attribute)]`s
Vadim Petrochenkov
-1
/
+0
2019-06-05
Add `modernize_and_adjust` methods.
Nicholas Nethercote
-0
/
+8
2019-06-05
Move `modern` calls inside `glob_adjust` and `reverse_glob_adjust`.
Nicholas Nethercote
-5
/
+4
2019-05-29
Introduce and use `SyntaxContext::outer_expn_info()`.
Nicholas Nethercote
-10
/
+10
2019-05-21
Move `edition` outside the hygiene lock and avoid accessing it
John Kåre Alsaker
-3
/
+7
2019-05-13
Remove the equality operation between `Symbol` and strings.
Nicholas Nethercote
-1
/
+1
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-2
/
+2
2019-05-13
Rename `syntax::symbol::symbols` as `syntax::symbol::sym`.
Nicholas Nethercote
-1
/
+1
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-1
/
+1
2019-04-15
Use a proc macro to declare preallocated symbols
John Kåre Alsaker
-0
/
+2
2019-04-05
remove lookup_char_pos_adj
Aleksey Kladov
-12
/
+1
2019-04-03
Deny internal lints on non conflicting crates
flip1995
-0
/
+1
[next]