]> git.lizzy.rs Git - rust.git/history - src
Haiku: fix build of libbacktrace
[rust.git] / src /
2018-06-24 Niels Sascha ReedijkHaiku: fix build of libbacktrace
2018-06-24 borsAuto merge of #51726 - petrochenkov:hygclean, r=oli-obk
2018-06-23 borsAuto merge of #51739 - Amanieu:update_rustfmt, r=Mark...
2018-06-23 borsAuto merge of #51653 - mglagla:option-unreachable,...
2018-06-23 Vadim Petrochenkovhygiene: Merge `NameAndSpan` into `ExpnInfo`
2018-06-23 Amanieu d'AntrasUpdate Cargo.lock
2018-06-23 Amanieu d'AntrasUpdate rustfmt submodule
2018-06-23 Vadim Petrochenkovhygiene: Make sure transparency of `Mark::root()` is...
2018-06-23 Vadim Petrochenkovhygiene: Do not reset expansion info for `quote!`
2018-06-23 Vadim Petrochenkovhygiene: More descriptive names for things involved...
2018-06-23 Vadim Petrochenkovexpansion: Add some comments
2018-06-23 Vadim Petrochenkovexpansion: Improve searchability for `AstFragments...
2018-06-23 Vadim Petrochenkovexpansion: Rename `Expansion` to `AstFragment`
2018-06-23 Vadim Petrochenkovhygiene: Rename `MarkKind` to `Transparency`
2018-06-23 Vadim Petrochenkovhygiene: Make sure expansion info is set at most once...
2018-06-23 Vadim Petrochenkovexpansion: Remove unnecessary override from `impl Folde...
2018-06-23 Vadim Petrochenkovhygiene: Give `Debug` impls to hygiene structures
2018-06-23 borsAuto merge of #51727 - varkor:expragain-to-exprcontinue...
2018-06-23 borsAuto merge of #51723 - estebank:abolish-ice, r=oli-obk
2018-06-23 varkorReindent check/mod.rs
2018-06-23 varkorRename ExprAgain to ExprContinue
2018-06-23 borsAuto merge of #51580 - cramertj:async-await, r=eddyb
2018-06-23 borsAuto merge of #51696 - estebank:fuzzy-ice-ice, r=oli-obk
2018-06-23 borsAuto merge of #51724 - tikue:master, r=Mark-Simulacrum
2018-06-23 Taylor CramerUpdate libsyntax test
2018-06-23 borsAuto merge of #51712 - SLaabsDev:master, r=Mark-Simulacrum
2018-06-23 Taylor CramerFix rustdoc and remove default impl for FnHeader
2018-06-23 borsAuto merge of #51697 - estebank:once-used-lifetime...
2018-06-22 Tim KuehnRe-reexport some items that were recently made crate...
2018-06-22 Taylor CramerRemove impl trait names and move bits of await into...
2018-06-22 Esteban KüberAccept `TyError` in `analyze_closure` to avoid ICE
2018-06-22 borsAuto merge of #51482 - GuillaumeGomez:table-display...
2018-06-22 borsAuto merge of #51681 - varkor:rustc_deprecated-future...
2018-06-22 Taylor CramerRemove unused map_slice
2018-06-22 Taylor CramerReview nits and updates
2018-06-22 borsAuto merge of #51670 - estebank:issue-51634, r=oli-obk
2018-06-22 borsAuto merge of #51704 - kennytm:rollup, r=kennytm
2018-06-22 Steven LaabsHandle current directory prefix for parsing command...
2018-06-22 Steven LaabsAdded stripping current directory prefixes when compari...
2018-06-22 borsAuto merge of #51184 - lambtowolf:master, r=nikomatsakis
2018-06-22 Niko Matsakisadd an explanatory comment for recovery behavior
2018-06-22 LambIssue #50974: Fix compilation error and test
2018-06-22 MaertenFix when the help message is displayed
2018-06-22 LambIssue #50974: Adding issue number in the test
2018-06-22 LambIssue #50974: Adding tests
2018-06-22 LambIssue #50974: Change text of suggestion to be more...
2018-06-22 LambIssue #50974: Suboptimal error in case of duplicate...
2018-06-22 kennytmRollup merge of #51703 - kennytm:fix-51699, r=nrc
2018-06-22 kennytmRollup merge of #51666 - marco-c:disable_probestack...
2018-06-22 kennytmRollup merge of #51664 - jebrosen:pub_parse_methods2...
2018-06-22 kennytmRollup merge of #51637 - abarth:new_prng, r=cramertj
2018-06-22 kennytmRollup merge of #51629 - topecongiro:multiple-semicolon...
2018-06-22 kennytmRollup merge of #51158 - ogham:patch-1, r=steveklabnik
2018-06-22 borsAuto merge of #51660 - lqd:the-MIRnistry-of-walks,...
2018-06-22 kennytmRecognize the extra "LLVM tools versions" argument...
2018-06-22 borsAuto merge of #51686 - nikomatsakis:issue-51415-borrowc...
2018-06-22 Taylor CramerPathParameters -> GenericArgs fixes
2018-06-22 Taylor CramerAdd path parameters to std_path
2018-06-22 Taylor CramerFix test using ExprKind::Closure
2018-06-22 Taylor CramerTruncate errors to make tidy happy
2018-06-22 Taylor CramerFix parse-fail tests that now mention async
2018-06-22 Taylor CramerMove async edition check to the current span
2018-06-22 Taylor CramerAllow unsafe code inside of await macro
2018-06-22 Taylor CramerExplicitly ban async in trait impls
2018-06-22 Taylor CramerAsync methods
2018-06-22 Taylor CramerFix typo in multiple lifetimes error
2018-06-22 Taylor CramerParse `unsafe async fn` instead of `async unsafe fn`
2018-06-22 Taylor Cramerasync await desugaring and tests
2018-06-22 Without BoatsDisplay async fn in rustdoc.
2018-06-22 Without BoatsParse async fn header.
2018-06-22 borsAuto merge of #51463 - estebank:error-codes, r=nikomatsakis
2018-06-22 Esteban KüberAdd label to lint for lifetimes used once
2018-06-22 Esteban KüberAccept `TyError` in patterns to avoid ICE on bad input
2018-06-22 borsAuto merge of #51433 - scalexm:finish-rules, r=nikomatsakis
2018-06-21 borsAuto merge of #51690 - nikomatsakis:issue-51683-existen...
2018-06-21 Esteban Küberreview comment
2018-06-21 borsAuto merge of #48149 - varkor:generics-generalisation...
2018-06-21 Niko Matsakistolerate existential types whose concrete expansion...
2018-06-21 Niko Matsakisdo not introduce *false* results from lifetime resolution
2018-06-21 Esteban KüberAccount for bindings with types and in crate macros
2018-06-21 Niko Matsakisuse `pat_ty_adjusted` from `expr_use_visitor` to type...
2018-06-21 Niko Matsakisrename `pat_ty` to `pat_ty_adjusted` for clarity
2018-06-21 varkorSupport future deprecation for rustc_deprecated
2018-06-21 borsAuto merge of #51680 - Mark-Simulacrum:acc-revert,...
2018-06-21 Mark SimulacrumRevert "Auto merge of #51662 - Mark-Simulacrum:beta...
2018-06-21 Rémy RakicShare code between gather_used_muts and find_assignments
2018-06-21 borsAuto merge of #50336 - japaric:llvm-tools, r=Mark-Simul...
2018-06-21 borsAuto merge of #51601 - Emerentius:step_by_range_diet...
2018-06-21 borsAuto merge of #51662 - Mark-Simulacrum:beta-next, r...
2018-06-21 Mark SimulacrumFix error-chain warnings
2018-06-20 Esteban KüberDon't suggest incorrect syntax
2018-06-20 Jorge Apariciono -Bsymbolic for mac; no static-libstdc++ for windows
2018-06-20 borsAuto merge of #50698 - Eijebong:tempfile, r=oli-obk
2018-06-20 Marco CastelluccioDisable probestack when GCOV profiling is being used
2018-06-20 jebmake `parse_seq_to_before_end`, `mk_mac_expr`, and...
2018-06-20 Bastien OrivelFix tidy
2018-06-20 Bastien OrivelReplace tempdir by tempfile in librustc
2018-06-20 Bastien OrivelReplace tempdir by tempfile in librustc_trans
2018-06-20 Bastien OrivelReplace tempdir by tempfile in librustdoc
2018-06-20 Rémy RakicNLL: Walk the MIR only once for the "unused mut" lint
next