]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #33128 - xen0n:more-confusing-unicode-chars, r=nagisa
[rust.git] / src /
2016-05-05 borsAuto merge of #33128 - xen0n:more-confusing-unicode...
2016-05-05 borsAuto merge of #33067 - notriddle:wrapping_neg, r=alexcr...
2016-05-05 borsAuto merge of #33381 - alexcrichton:fix-nightlies,...
2016-05-04 borsAuto merge of #33376 - Manishearth:rollup, r=Manishearth
2016-05-03 Alex Crichtonmk: Pass CFLAGS for target, not host
2016-05-03 Manish GoregaokarRollup merge of #33372 - birkenfeld:rustdoc-escape...
2016-05-03 Manish GoregaokarRollup merge of #33371 - birkenfeld:issue-33302, r=cmr
2016-05-03 Manish GoregaokarRollup merge of #33357 - pcwalton:inline-mem-forget...
2016-05-03 Manish GoregaokarRollup merge of #33343 - birkenfeld:issue-32214, r...
2016-05-03 Manish GoregaokarRollup merge of #33340 - birkenfeld:issue-23716, r...
2016-05-03 Manish GoregaokarRollup merge of #33339 - oli-obk:fix/const_eval, r...
2016-05-03 Manish GoregaokarRollup merge of #33322 - justsostephen:master, r=stevek...
2016-05-03 Manish GoregaokarRollup merge of #33294 - timothy-mcroy:E0501, r=Guillau...
2016-05-03 Manish GoregaokarRollup merge of #33277 - birkenfeld:fmt-named-dollar...
2016-05-03 Georg Brandlrustdoc: HTML-escape Rust code (from constants)
2016-05-03 borsAuto merge of #33330 - birkenfeld:issue-29121, r=Manish...
2016-05-03 Georg Brandlrustdoc: fix inserting source code spans for constant...
2016-05-03 borsAuto merge of #33119 - nrc:pretty, r=pnkfelix
2016-05-03 Georg Brandltypeck: when suggesting associated fns, do not show...
2016-05-03 borsAuto merge of #33354 - Manishearth:rollup, r=Manishearth
2016-05-03 Manish GoregaokarRollup merge of #33346 - Ryman:patch-4, r=alexcrichton
2016-05-03 Manish GoregaokarRollup merge of #33335 - cramertj:master, r=alexcrichton
2016-05-03 Manish GoregaokarRollup merge of #33334 - birkenfeld:issue29088, r=Manis...
2016-05-03 Manish GoregaokarRollup merge of #33332 - alexcrichton:handle-more-races...
2016-05-03 Manish GoregaokarRollup merge of #33325 - birkenfeld:issue-31341, r...
2016-05-03 Manish GoregaokarRollup merge of #33324 - birkenfeld:issue-30497, r...
2016-05-03 Manish GoregaokarRollup merge of #33323 - birkenfeld:issue-31221, r...
2016-05-03 Manish GoregaokarRollup merge of #33320 - birkenfeld:issue31573, r=arielb1
2016-05-03 Manish GoregaokarRollup merge of #33309 - birkenfeld:pp, r=nrc
2016-05-03 Manish GoregaokarRollup merge of #32756 - nikomatsakis:borrowck-snippet...
2016-05-03 borsAuto merge of #32756 - nikomatsakis:borrowck-snippet...
2016-05-02 Nick Cameronrebasing
2016-05-02 Nick CameronFix tests
2016-05-02 Nick CameronRefactor pretty printing to use more of the driver
2016-05-02 Nick CameronUse the compiler API to run pretty printing.
2016-05-02 Nick CameronMake pretty printer take Session by ref
2016-05-02 Patrick Waltonlibcore: Inline `mem::forget()`.
2016-05-02 Georg Brandlresolve: print location of static for "static in patter...
2016-05-02 borsAuto merge of #32386 - brandonedens:llvm_min_size,...
2016-05-02 Niko Matsakisassert we get at least two rendered lines back
2016-05-02 Alex Crichtonrustc: Handle concurrent `create_dir` requests
2016-05-02 borsAuto merge of #33308 - ollie27:wingnu_jemalloc, r=alexc...
2016-05-02 Niko Matsakisavoid double panic
2016-05-02 Niko Matsakisdo not fail if len(rendered_lines) is == 1
2016-05-02 jonathandturnerFix unicode test to use original error format
2016-05-02 Niko Matsakispatch travis failure
2016-05-02 Niko Matsakisupdate unit tests
2016-05-02 Niko Matsakisfix rebase flaws
2016-05-02 Jonathan TurnerFix up error-pattern style test
2016-05-02 Jonathan TurnerFinish up with 'old school' error mode
2016-05-02 Jonathan TurnerAdd back in a 'old school' error format
2016-05-02 Niko Matsakismove "lint level defined here" into secondary note
2016-05-02 Niko Matsakischange color of warning to YELLOW
2016-05-02 Niko Matsakisfix snippet tests MORE!
2016-05-02 Niko MatsakisNit: use Range::contains
2016-05-02 Niko Matsakisfix tests better
2016-05-02 Niko MatsakisNit: remove push_primary_span, which was never called
2016-05-02 Niko MatsakisNit: add comment
2016-05-02 Niko Matsakisonly emit `^` at the start of a multi-line error
2016-05-02 Niko MatsakisNit: use last_mut better
2016-05-02 Niko MatsakisNit: in emitter.rs
2016-05-02 Niko MatsakisNit: address various style nits
2016-05-02 Niko MatsakisNit: do not use RLK
2016-05-02 Niko MatsakisNit: do not import variants from Style
2016-05-02 Niko MatsakisDo not import variants from RenderedLineKind
2016-05-02 Niko MatsakisFix whitespace
2016-05-02 Niko MatsakisNit: comments should be uppercase letter
2016-05-02 Niko Matsakisfix error message in librustc_driver tests
2016-05-02 Niko Matsakisrefactor the Emitter trait
2016-05-02 Niko Matsakisrewrite span-length to include strings
2016-05-02 Niko Matsakisdelete the json-errors test
2016-05-02 Niko Matsakischange errors from Yellow to Magenta
2016-05-02 Niko MatsakisWIP factor out RudimentaryEmitter
2016-05-02 Niko Matsakisreplace fileline_{help,note} with {help,note}
2016-05-02 Niko Matsakisthread tighter span for closures around
2016-05-02 Niko Matsakisupdate test cases to reflect new messages
2016-05-02 Niko Matsakisuse new `note_expected_found` API
2016-05-02 Niko Matsakisrefactor to use new snippet code and model
2016-05-02 Niko Matsakisadd borrowck info inline in main snippet
2016-05-02 Niko Matsakisadapt JSON to new model
2016-05-02 Niko Matsakisrevamp MultiSpan and introduce new snippet code
2016-05-02 Rymanlibstd: correct the link to functions in io module...
2016-05-02 Oliver Schneiderrefactor infer function
2016-05-02 Oliver Schneidertests
2016-05-02 Oliver Schneider`* as char` assumes `*` to be of type `u8`
2016-05-02 borsAuto merge of #33303 - Aatch:mir-coercion-cast, r=arielb1
2016-05-02 Georg Brandlparser: change warning into an error on `T<A=B, C>`
2016-05-02 borsAuto merge of #33289 - birkenfeld:chain-find, r=bluss
2016-05-02 borsAuto merge of #33284 - nagisa:mir-fix-constfn-pats...
2016-05-02 Oliver Schneidercheck for wrong const_err warnings
2016-05-02 Oliver Schneiderremove unused constant error variants
2016-05-02 Taylor Cramerdocs: Changed docs for `size_of` to describe size as...
2016-05-02 Georg Brandllexer: do not display char confusingly in error message
2016-05-02 Georg Brandldiagnostics for E0432: imports are relative to crate...
2016-05-02 Georg BrandlE0269: add suggestion to check for trailing semicolons
2016-05-02 borsAuto merge of #33190 - jseyfried:improve_diagnostics...
2016-05-02 borsAuto merge of #33296 - jseyfried:non_idempotent_lowerin...
2016-05-02 Jeffrey SeyfriedRemove outdated comment
2016-05-02 Jeffrey SeyfriedAvoid keeping MTWT tables for save-analysis
2016-05-02 Jeffrey SeyfriedCleanup formatting
next